home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON04 / ACT04A / L04A2.DIR / scripts_11.ls < prev    next >
Encoding:
Text File  |  2003-04-25  |  105 b   |  10 lines

  1. global gameObj
  2.  
  3. on exitFrame
  4.   if soundBusy(1) then
  5.     go(the frame)
  6.   else
  7.     go("play")
  8.   end if
  9. end
  10.